home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / Examples / Level2 / mirror2.vib < prev    next >
Encoding:
Text File  |  2002-10-07  |  864 b   |  27 lines

  1. // VirtuaLight VIB-Structure
  2.  
  3. ReadArchive "mirror1.vs"
  4.  
  5. Camera [ (4,7,-15),(0,1.5,0),(0,1,0) FieldOfView 35 Format(320,240) FrameAspectRatio 4/3 ]
  6.  
  7. AreaLight [ Bulb((0,14,-22),1.5)  Decay LINEAR  Intensity '1,1,1'*25 ]
  8.  
  9. Photons(0, 0.5, 0)
  10.  
  11. Shape [ Polygon(4, (-2.5, 0, 0), (-2.5, 5, -0.1), (2.5, 5, -0.1), (2.5, 0, 0)) mirror ]
  12.  
  13. Shape [ Disk((0, 0, 0), (0, 1, 0), 100) ground ]
  14.  
  15. Shape [ Sphere((2.5, .6, -3.5), .6) glass_Y ]
  16. Shape [ Sphere((0.5, .6, -5), .6) glass_Y ]
  17. Shape [ Sphere((-3, .6, -2.5), .6) glass_Y ]
  18.  
  19. Shape [ Cone((-1.5,0,-2.5), 0.5, (-1.5,2,-2.5), 0.15) glass_R ]
  20. Shape [ Sphere((-1.5, 2.3, -2.5), 0.35)  glass_R ]
  21.  
  22. Shape [ Cone((0,0,-2), 0.5, (0,2,-2), 0.15) glass_G ]
  23. Shape [ Sphere((0, 2.3, -2), 0.35)  glass_G ]
  24.  
  25. Shape [ Cone((1.5,0,-3), 0.5, (1.5,2,-3), 0.15) glass_B ]
  26. Shape [ Sphere((1.5, 2.3, -3), 0.35)  glass_B ]
  27.